Q3OrthographicCamera_GetBottom
You can use theQ3OrthographicCamera_GetBottom
function to get the bottom side of an orthographic camera.
TQ3Status Q3OrthographicCamera_GetBottom ( TQ3CameraObject camera, float *bottom);
camera
- An orthographic camera object.
bottom
- On exit, the bottom side of the specified orthographic camera.
DESCRIPTION
TheQ3OrthographicCamera_GetBottom
function returns, in thebottom
parameter, a value that specifies the bottom side of the orthographic camera specified by thecamera
parameter.